Skip to content

London | 26-ITP-May | Talia Kucuk | Sprint 2 | Courswork-Sprint2 - #1554

Open
TaliaKucuk wants to merge 10 commits into
CodeYourFuture:mainfrom
TaliaKucuk:coursework/sprint-2
Open

London | 26-ITP-May | Talia Kucuk | Sprint 2 | Courswork-Sprint2#1554
TaliaKucuk wants to merge 10 commits into
CodeYourFuture:mainfrom
TaliaKucuk:coursework/sprint-2

Conversation

@TaliaKucuk

Copy link
Copy Markdown

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Completed coursework for Sprint 2 of Structuring and Testing Data

@TaliaKucuk TaliaKucuk added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 23, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jul 27, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good start, one small comment in a file to check

const bmi = weight / heightSquared;
const bmiMultiplyByTen = bmi * 10;
const bmiRounded = Math.round(bmiMultiplyByTen);
const finalBmi = bmiRounded / 10;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a better choice than multiplying and then dividing by the same number?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants